From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 17:19:41 +0000 (+0100) Subject: gtk: mark gtk_text_mark_get_buffer as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~8 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d58b7fa779c2d185529ebb7a9c5c5fa6ca907381;p=gtk4.git gtk: mark gtk_text_mark_get_buffer as nullable --- diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c index 878c6ed57f..58b56057c2 100644 --- a/gtk/gtktextmark.c +++ b/gtk/gtktextmark.c @@ -346,7 +346,7 @@ gtk_text_mark_get_deleted (GtkTextMark *mark) * * Returns %NULL if the mark is deleted. * - * Returns: (transfer none): the mark’s `GtkTextBuffer` + * Returns: (transfer none) (nullable): the mark’s `GtkTextBuffer` */ GtkTextBuffer* gtk_text_mark_get_buffer (GtkTextMark *mark)